Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorporate revisions; update lattice #8

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Conversation

spahrenk
Copy link
Contributor

Incorporates several changes from revisions PR.

@spahrenk spahrenk self-assigned this Nov 18, 2024
@spahrenk spahrenk requested a review from nealkruis November 18, 2024 17:09
Copy link
Member

@nealkruis nealkruis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few comments to go over together before merging.

.gitignore Outdated
Comment on lines 7 to 9
cpp/
json_schema/
meta_schema/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why were these added?

performance_map:
Description: "Performance map"
Data Type: "{PerformanceMap}"
Required: "if !performance_points"
Required: "if !performance_points"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Always required.

Comment on lines 64 to 66
fixed_setpoint:
Data Type: "Boolean"
Required: False
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When the setpoint is fixed, where is the value of the setpoint communicated?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ask Ben about this.

Comment on lines 153 to 163
TankNodeSpecification:
Object Type: "Enumeration"
Enumerators:
TOP_NODE:
Description: "Refers to top tank node."
Display Text: "Top tank node"
Notes: ""

BOTTOM_NODE:
Description: "Refers to bottom tank node."
Display Text: "Bottom tank node"
Notes: ""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is this used? Is it simulation specific, or something the manufacturer should be able to determine?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make "StandbyTemperatureLocation" with "TOP_OF_TANK" and "BOTTOM_OF_TANK" options. (For now)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ask Ben about this.

Comment on lines 54 to 60
resistance_lockout_temperature_hysteresis: # Was hysteresis_temperature_difference in HeatSourceConfiguration
Description: "Hysteresis for resistance lockout"
Data Type: Numeric
Units: "K"
Required: False
Notes:
- "Resistance hysteresis for lockout"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is this used? Resistance heaters don't "lock out" the same way condensers do, but I can imagine it's used to approximate some kind of behavior?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ask Ben about this.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had reached the mistaken conclusion that this was needed, but after further testing, it seems that it does not affect any regressions. But it must have seemed necessary at some point, because values are entered for most models with resistance heat sources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants